home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / bcsmnu10.arc / GAMES.MNU < prev    next >
Text File  |  1990-05-20  |  3KB  |  154 lines

  1. BLACK = 0
  2. BLUE = 1
  3. GREEN = 2
  4. CYAN = 3
  5. RED = 4
  6. MAGENTA = 5
  7. BROWN = 20
  8. GRAY = 7
  9. DKGRAY = 56
  10. BBLUE = 57
  11. BGREEN = 58
  12. BCYAN = 59
  13. BRED = 60
  14. BMAGENTA = 61
  15. YELLOW = 62
  16. WHITE = 63
  17.  
  18. MENU_FOREGROUND = WHITE
  19. MENU_BACKGROUND = BROWN
  20. KEYBOX_FOREGROUND = WHITE
  21. KEYBOX_BACKGROUND = GRAY
  22. DESC_FOREGROUND = YELLOW
  23. DESC_BACKGROUND = BLUE
  24. HIGHLIGHT_FOREGROUND = WHITE
  25. HIGHTLIGHT_BACKGROUND = BLACK
  26. PROMPT_FOREGROUND = YELLOW
  27. HELP_FOREGROUND = WHITE
  28. HELP_BACKGROUND = GREEN
  29.  
  30. DELIMITER = "
  31. MENU_DELIM = |
  32. SOUND = ON
  33. ITEM_DESCRIPTION = ON
  34. BLANK_TIME = 5
  35. BLANK_MSG = "Video Cleared to Save Screen"
  36. TITLE = " Bristol Computing Systems, Inc. - Sample Games Menu "
  37.  
  38. ROW = 3
  39. COLUMN = 29
  40. PROMPT_FOREGROUND = YELLOW
  41. PROMPT = "King's Chest IV"
  42. HELP = "
  43. Discover the key to the King's Chest
  44.  
  45. Full of Treasure, Riches and Fame"
  46. COMMANDS = "ECHO OFF
  47. ECHO ...
  48. ECHO   There are no games included in this package
  49. ECHO    This entry for demonstration purposes only
  50. ECHO Edit this entry to start the game of your choice
  51. ECHO ...
  52. PAUSE
  53. ECHO ON"
  54.  
  55. ROW = 5
  56. COLUMN = 29
  57. PROMPT_FOREGROUND = YELLOW
  58. PROMPT = "Reader Robot"
  59. HELP = "
  60.  
  61. Have Three CPU's (the robot) Help Your Child Learn to Read"
  62. COMMANDS = "ECHO OFF
  63. ECHO ...
  64. ECHO   There are no games included in this package
  65. ECHO    This entry for demonstration purposes only
  66. ECHO Edit this entry to start the game of your choice
  67. ECHO ...
  68. PAUSE
  69. ECHO ON"
  70.  
  71. ROW = 7
  72. COLUMN = 29
  73. PROMPT_FOREGROUND = YELLOW
  74. PROMPT = "Writer Robot"
  75. HELP = "
  76.  
  77. Let R-2-D-TRUE Help Your Child With Writing Basics"
  78. COMMANDS = "ECHO OFF
  79. ECHO ...
  80. ECHO   There are no games included in this package
  81. ECHO  This entry is for demonstration purposes only
  82. ECHO Edit this entry to start the game of your choice
  83. ECHO ...
  84. PAUSE
  85. ECHO ON"
  86.  
  87. ROW = 9
  88. COLUMN = 29
  89. PROMPT_FOREGROUND = YELLOW
  90. PROMPT = "Monopolize It"
  91. HELP = "
  92. First of Donald Thrump's Award Winning Tutorial Game Series
  93.  
  94. Earn While You Learn!"
  95. COMMANDS = "ECHO OFF
  96. ECHO ...
  97. ECHO    There are no games included in this package
  98. ECHO    This entry for demonstration purposes only
  99. ECHO Edit this entry to start the game of your choice
  100. ECHO ...
  101. PAUSE
  102. ECHO ON"
  103.  
  104. ROW = 11
  105. COLUMN = 29
  106. PROMPT_FOREGROUND = YELLOW
  107. PROMPT = "Leisure Suite Lawrence"
  108. HELP = "
  109.  
  110. Win the key to Lawrence's Luxury Penthouse Suite"
  111. COMMANDS = "ECHO OFF
  112. ECHO ...
  113. ECHO   There are no games included in this package
  114. ECHO    This entry for demonstration purposes only
  115. ECHO Edit this entry to start the game of your choice
  116. ECHO ...
  117. PAUSE
  118. ECHO ON"
  119.  
  120. ROW = 13
  121. COLUMN = 29
  122. PROMPT_FOREGROUND = YELLOW
  123. PROMPT = "Dungeons and Dragoons"
  124. HELP = "
  125. Outwit the crafty Dragoons to Escape from the
  126.  
  127. Dark, Damp Dungeon"
  128. COMMANDS = "ECHO OFF
  129. ECHO ...
  130. ECHO   There are no games included in this package
  131. ECHO    This entry for demonstration purposes only
  132. ECHO Edit this entry to start the game of your choice
  133. ECHO ...
  134. PAUSE
  135. ECHO ON"
  136.  
  137. ROW = 15
  138. COLUMN = 29
  139. PROMPT_FOREGROUND = YELLOW
  140. PROMPT = "DOS Utilities Menu"
  141. HELP = "
  142.  
  143. Load Bristol Computing Systems DOS Utilities Menu"
  144. COMMANDS = "|DOSMENU.MNU"
  145.  
  146. ROW = 17
  147. COLUMN = 29
  148. PROMPT_FOREGROUND = YELLOW
  149. PROMPT = "Main Menu"
  150. HELP = "
  151.  
  152. Load Bristol Computing Systems Introduction Menu"
  153. COMMANDS = "|MENU.MNU"
  154.